Einhugur macOS Bridge plugin.

NSMutableArray.FromIntegerPtr Method

Constructs NSMutableArray object from Integer handle coming from declares or 3rd party plugin.

shared FromIntegerPtr(
   arrayIntPtr as Integer) as EinhugurCoreBridge.NSMutableArray

Parameters

arrayIntPtr
Integer handle coming from declare or 3rd party plugin that points to live NSMutableArray object.

Returns

EinhugurCoreBridge.NSMutableArray

Remarks

Do not pass integer in here that is not actually NSMutableArray handle, doing so would generate crash.

The NSMutableArray class will handle retaining the object once and releasing once the object once the NSMutableArray class is no longer used.

See Also

NSMutableArray Class